home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000317_news@newsmaster….columbia.edu _Mon Sep 8 13:11:30 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA07409
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 8 Sep 1997 13:11:30 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id NAA10895
  7.     for kermit.misc@watsun; Mon, 8 Sep 1997 13:11:29 -0400 (EDT)
  8. Path: news.columbia.edu!panix!cam-news-hub1.bbnplanet.com!news.bbnplanet.com!prodigy.com!nntp.earthlink.net!usenet
  9. From: Bill <pearson@earthlink.net>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: K95 scripting in NT...
  12. Date: Mon, 08 Sep 1997 09:21:36 -0700
  13. Organization: FNIC
  14. Lines: 31
  15. Message-ID: <3414260F.9A29DCA5@earthlink.net>
  16. References: <3410B039.DE575B99@earthlink.net> <3410f5ef.185145194@news.rochester.ican.net>
  17. NNTP-Posting-Host: 207.217.15.149
  18. Mime-Version: 1.0
  19. Content-Type: text/plain; charset=us-ascii
  20. Content-Transfer-Encoding: 7bit
  21. X-Mailer: Mozilla 4.0 [en] (WinNT; I)
  22. X-Priority: 3 (Normal)
  23. Xref: news.columbia.edu comp.protocols.kermit.misc:7640
  24.  
  25. Vincent Fatica wrote:
  26.  
  27. > On Fri, 05 Sep 1997 18:22:01 -0700, Bill <pearson@earthlink.net>
  28. > wrote:
  29. >
  30. >
  31.  
  32. Here's a revised version of the script:
  33.  
  34. > >def ALPHA {
  35. > >  ask \%u Username:
  36. > >  askq \%p Password:
  37. > >  ask \%h Host:
  38. > >  set network type tcp
  39. > >  set host \%h
  40. > ;>  connect
  41. > >  input 5 username
  42. > >  output \%u\13
  43. > >  input 5 password
  44. > >  output \%p\13
  45.  
  46.   connect }
  47.  
  48. And, it works!
  49.  
  50. Thanks much.
  51.  
  52. Bill
  53.  
  54. [snip]
  55.